empty method and model folders for go to start fixing build

This commit is contained in:
darrell-thobe-sp
2025-03-31 09:09:43 -04:00
parent 34d14a520e
commit 1b874a5285
2759 changed files with 2 additions and 516357 deletions

View File

@@ -1,90 +0,0 @@
---
id: beta-identity-attribute-config
title: IdentityAttributeConfig
pagination_label: IdentityAttributeConfig
sidebar_label: IdentityAttributeConfig
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'IdentityAttributeConfig', 'BetaIdentityAttributeConfig']
slug: /tools/sdk/go/beta/models/identity-attribute-config
tags: ['SDK', 'Software Development Kit', 'IdentityAttributeConfig', 'BetaIdentityAttributeConfig']
---
# IdentityAttributeConfig
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Enabled** | Pointer to **bool** | Backend will only promote values if the profile/mapping is enabled. | [optional] [default to true]
**AttributeTransforms** | Pointer to [**[]IdentityAttributeTransform**](identity-attribute-transform) | | [optional]
## Methods
### NewIdentityAttributeConfig
`func NewIdentityAttributeConfig() *IdentityAttributeConfig`
NewIdentityAttributeConfig instantiates a new IdentityAttributeConfig 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
### NewIdentityAttributeConfigWithDefaults
`func NewIdentityAttributeConfigWithDefaults() *IdentityAttributeConfig`
NewIdentityAttributeConfigWithDefaults instantiates a new IdentityAttributeConfig 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
### GetEnabled
`func (o *IdentityAttributeConfig) GetEnabled() bool`
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
### GetEnabledOk
`func (o *IdentityAttributeConfig) GetEnabledOk() (*bool, bool)`
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetEnabled
`func (o *IdentityAttributeConfig) SetEnabled(v bool)`
SetEnabled sets Enabled field to given value.
### HasEnabled
`func (o *IdentityAttributeConfig) HasEnabled() bool`
HasEnabled returns a boolean if a field has been set.
### GetAttributeTransforms
`func (o *IdentityAttributeConfig) GetAttributeTransforms() []IdentityAttributeTransform`
GetAttributeTransforms returns the AttributeTransforms field if non-nil, zero value otherwise.
### GetAttributeTransformsOk
`func (o *IdentityAttributeConfig) GetAttributeTransformsOk() (*[]IdentityAttributeTransform, bool)`
GetAttributeTransformsOk returns a tuple with the AttributeTransforms field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAttributeTransforms
`func (o *IdentityAttributeConfig) SetAttributeTransforms(v []IdentityAttributeTransform)`
SetAttributeTransforms sets AttributeTransforms field to given value.
### HasAttributeTransforms
`func (o *IdentityAttributeConfig) HasAttributeTransforms() bool`
HasAttributeTransforms returns a boolean if a field has been set.