Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
Enabled | Pointer to bool | [optional] | |
ProviderName | Pointer to string | [optional] |
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
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
func (o *CloudIdPCommonResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *CloudIdPCommonResponse) SetId(v string)
SetId sets Id field to given value.
func (o *CloudIdPCommonResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CloudIdPCommonResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *CloudIdPCommonResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *CloudIdPCommonResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *CloudIdPCommonResponse) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *CloudIdPCommonResponse) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *CloudIdPCommonResponse) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *CloudIdPCommonResponse) GetProviderName() string
GetProviderName returns the ProviderName field if non-nil, zero value otherwise.
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.
func (o *CloudIdPCommonResponse) SetProviderName(v string)
SetProviderName sets ProviderName field to given value.
func (o *CloudIdPCommonResponse) HasProviderName() bool
HasProviderName returns a boolean if a field has been set.