Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.51 KB

ApiAtlasPeriodicCpsSnapshotSourceViewAllOf.md

File metadata and controls

160 lines (87 loc) · 5.51 KB

ApiAtlasPeriodicCpsSnapshotSourceViewAllOf

Properties

Name Type Description Notes
ClusterName Pointer to string Human-readable name that identifies the cluster. [optional]
CollectionName Pointer to string Human-readable name that identifies the collection. [optional]
DatabaseName Pointer to string Human-readable name that identifies the database. [optional]
GroupId Pointer to string Unique 24-hexadecimal character string that identifies the project. [optional] [readonly]
PolicyItemId Pointer to string Unique 24-hexadecimal character string that identifies a policy item. [optional]

Methods

NewApiAtlasPeriodicCpsSnapshotSourceViewAllOf

func NewApiAtlasPeriodicCpsSnapshotSourceViewAllOf() *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf

NewApiAtlasPeriodicCpsSnapshotSourceViewAllOf instantiates a new ApiAtlasPeriodicCpsSnapshotSourceViewAllOf 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

NewApiAtlasPeriodicCpsSnapshotSourceViewAllOfWithDefaults

func NewApiAtlasPeriodicCpsSnapshotSourceViewAllOfWithDefaults() *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf

NewApiAtlasPeriodicCpsSnapshotSourceViewAllOfWithDefaults instantiates a new ApiAtlasPeriodicCpsSnapshotSourceViewAllOf 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

GetClusterName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetClusterName() string

GetClusterName returns the ClusterName field if non-nil, zero value otherwise.

GetClusterNameOk

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetClusterNameOk() (*string, bool)

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

SetClusterName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetClusterName(v string)

SetClusterName sets ClusterName field to given value.

HasClusterName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

GetCollectionName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetCollectionName() string

GetCollectionName returns the CollectionName field if non-nil, zero value otherwise.

GetCollectionNameOk

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetCollectionNameOk() (*string, bool)

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

SetCollectionName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetCollectionName(v string)

SetCollectionName sets CollectionName field to given value.

HasCollectionName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasCollectionName() bool

HasCollectionName returns a boolean if a field has been set.

GetDatabaseName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetDatabaseName() string

GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.

GetDatabaseNameOk

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetDatabaseNameOk() (*string, bool)

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

SetDatabaseName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetDatabaseName(v string)

SetDatabaseName sets DatabaseName field to given value.

HasDatabaseName

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasDatabaseName() bool

HasDatabaseName returns a boolean if a field has been set.

GetGroupId

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

HasGroupId

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

GetPolicyItemId

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetPolicyItemId() string

GetPolicyItemId returns the PolicyItemId field if non-nil, zero value otherwise.

GetPolicyItemIdOk

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetPolicyItemIdOk() (*string, bool)

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

SetPolicyItemId

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetPolicyItemId(v string)

SetPolicyItemId sets PolicyItemId field to given value.

HasPolicyItemId

func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasPolicyItemId() bool

HasPolicyItemId returns a boolean if a field has been set.

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