mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
empty method and model folders for go to start fixing build
This commit is contained in:
@@ -1,90 +0,0 @@
|
||||
---
|
||||
id: beta-identity-attribute-transform1
|
||||
title: IdentityAttributeTransform1
|
||||
pagination_label: IdentityAttributeTransform1
|
||||
sidebar_label: IdentityAttributeTransform1
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'IdentityAttributeTransform1', 'BetaIdentityAttributeTransform1']
|
||||
slug: /tools/sdk/go/beta/models/identity-attribute-transform1
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityAttributeTransform1', 'BetaIdentityAttributeTransform1']
|
||||
---
|
||||
|
||||
# IdentityAttributeTransform1
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**IdentityAttributeName** | Pointer to **string** | Identity attribute's name. | [optional]
|
||||
**TransformDefinition** | Pointer to [**TransformDefinition1**](transform-definition1) | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewIdentityAttributeTransform1
|
||||
|
||||
`func NewIdentityAttributeTransform1() *IdentityAttributeTransform1`
|
||||
|
||||
NewIdentityAttributeTransform1 instantiates a new IdentityAttributeTransform1 object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
and makes sure properties required by API are set, but the set of arguments
|
||||
will change when the set of required properties is changed
|
||||
|
||||
### NewIdentityAttributeTransform1WithDefaults
|
||||
|
||||
`func NewIdentityAttributeTransform1WithDefaults() *IdentityAttributeTransform1`
|
||||
|
||||
NewIdentityAttributeTransform1WithDefaults instantiates a new IdentityAttributeTransform1 object
|
||||
This constructor will only assign default values to properties that have it defined,
|
||||
but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetIdentityAttributeName
|
||||
|
||||
`func (o *IdentityAttributeTransform1) GetIdentityAttributeName() string`
|
||||
|
||||
GetIdentityAttributeName returns the IdentityAttributeName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdentityAttributeNameOk
|
||||
|
||||
`func (o *IdentityAttributeTransform1) GetIdentityAttributeNameOk() (*string, bool)`
|
||||
|
||||
GetIdentityAttributeNameOk returns a tuple with the IdentityAttributeName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetIdentityAttributeName
|
||||
|
||||
`func (o *IdentityAttributeTransform1) SetIdentityAttributeName(v string)`
|
||||
|
||||
SetIdentityAttributeName sets IdentityAttributeName field to given value.
|
||||
|
||||
### HasIdentityAttributeName
|
||||
|
||||
`func (o *IdentityAttributeTransform1) HasIdentityAttributeName() bool`
|
||||
|
||||
HasIdentityAttributeName returns a boolean if a field has been set.
|
||||
|
||||
### GetTransformDefinition
|
||||
|
||||
`func (o *IdentityAttributeTransform1) GetTransformDefinition() TransformDefinition1`
|
||||
|
||||
GetTransformDefinition returns the TransformDefinition field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTransformDefinitionOk
|
||||
|
||||
`func (o *IdentityAttributeTransform1) GetTransformDefinitionOk() (*TransformDefinition1, bool)`
|
||||
|
||||
GetTransformDefinitionOk returns a tuple with the TransformDefinition field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTransformDefinition
|
||||
|
||||
`func (o *IdentityAttributeTransform1) SetTransformDefinition(v TransformDefinition1)`
|
||||
|
||||
SetTransformDefinition sets TransformDefinition field to given value.
|
||||
|
||||
### HasTransformDefinition
|
||||
|
||||
`func (o *IdentityAttributeTransform1) HasTransformDefinition() bool`
|
||||
|
||||
HasTransformDefinition returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user