Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.69 KB

CloudIdPCommonResponse.md

File metadata and controls

134 lines (73 loc) · 3.69 KB

CloudIdPCommonResponse

Properties

Name Type Description Notes
Id Pointer to string [optional]
DisplayName Pointer to string [optional]
Enabled Pointer to bool [optional]
ProviderName Pointer to string [optional]

Methods

NewCloudIdPCommonResponse

func NewCloudIdPCommonResponse() *CloudIdPCommonResponse

NewCloudIdPCommonResponse instantiates a new CloudIdPCommonResponse 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

NewCloudIdPCommonResponseWithDefaults

func NewCloudIdPCommonResponseWithDefaults() *CloudIdPCommonResponse

NewCloudIdPCommonResponseWithDefaults instantiates a new CloudIdPCommonResponse 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

GetId

func (o *CloudIdPCommonResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CloudIdPCommonResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *CloudIdPCommonResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CloudIdPCommonResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *CloudIdPCommonResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *CloudIdPCommonResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *CloudIdPCommonResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *CloudIdPCommonResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEnabled

func (o *CloudIdPCommonResponse) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *CloudIdPCommonResponse) 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 *CloudIdPCommonResponse) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *CloudIdPCommonResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetProviderName

func (o *CloudIdPCommonResponse) GetProviderName() string

GetProviderName returns the ProviderName field if non-nil, zero value otherwise.

GetProviderNameOk

func (o *CloudIdPCommonResponse) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProviderName

func (o *CloudIdPCommonResponse) SetProviderName(v string)

SetProviderName sets ProviderName field to given value.

HasProviderName

func (o *CloudIdPCommonResponse) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]