Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 4.03 KB

CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData.md

File metadata and controls

82 lines (45 loc) · 4.03 KB

CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData

Properties

Name Type Description Notes
Attributes Pointer to CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataAttributes [optional]
FederatedProvider Pointer to string [optional]

Methods

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData

func NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData() *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData instantiates a new CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData 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

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataWithDefaults

func NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataWithDefaults() *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData

NewCloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataWithDefaults instantiates a new CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData 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

GetAttributes

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) GetAttributes() CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataAttributes

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) GetAttributesOk() (*CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataAttributes, bool)

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

SetAttributes

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) SetAttributes(v CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationDataAttributes)

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetFederatedProvider

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) GetFederatedProvider() string

GetFederatedProvider returns the FederatedProvider field if non-nil, zero value otherwise.

GetFederatedProviderOk

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) GetFederatedProviderOk() (*string, bool)

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

SetFederatedProvider

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) SetFederatedProvider(v string)

SetFederatedProvider sets FederatedProvider field to given value.

HasFederatedProvider

func (o *CloudInsightsEventsListEventDetailsUserIdentitySessionContextWebIdFederationData) HasFederatedProvider() bool

HasFederatedProvider returns a boolean if a field has been set.

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