Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to IntegrationConfiguration | [optional] | |
Space | Pointer to IntegrationConfiguration | [optional] |
func NewIntegrationConfigurations() *IntegrationConfigurations
NewIntegrationConfigurations instantiates a new IntegrationConfigurations 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 NewIntegrationConfigurationsWithDefaults() *IntegrationConfigurations
NewIntegrationConfigurationsWithDefaults instantiates a new IntegrationConfigurations 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 *IntegrationConfigurations) GetAccount() IntegrationConfiguration
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *IntegrationConfigurations) GetAccountOk() (*IntegrationConfiguration, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurations) SetAccount(v IntegrationConfiguration)
SetAccount sets Account field to given value.
func (o *IntegrationConfigurations) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *IntegrationConfigurations) GetSpace() IntegrationConfiguration
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *IntegrationConfigurations) GetSpaceOk() (*IntegrationConfiguration, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationConfigurations) SetSpace(v IntegrationConfiguration)
SetSpace sets Space field to given value.
func (o *IntegrationConfigurations) HasSpace() bool
HasSpace returns a boolean if a field has been set.