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] |
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
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
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetClusterName() string
GetClusterName returns the ClusterName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetClusterName(v string)
SetClusterName sets ClusterName field to given value.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasClusterName() bool
HasClusterName returns a boolean if a field has been set.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetCollectionName() string
GetCollectionName returns the CollectionName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetCollectionName(v string)
SetCollectionName sets CollectionName field to given value.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasCollectionName() bool
HasCollectionName returns a boolean if a field has been set.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetDatabaseName(v string)
SetDatabaseName sets DatabaseName field to given value.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasDatabaseName() bool
HasDatabaseName returns a boolean if a field has been set.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetGroupId() string
GetGroupId returns the GroupId field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetGroupId(v string)
SetGroupId sets GroupId field to given value.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasGroupId() bool
HasGroupId returns a boolean if a field has been set.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) GetPolicyItemId() string
GetPolicyItemId returns the PolicyItemId field if non-nil, zero value otherwise.
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.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) SetPolicyItemId(v string)
SetPolicyItemId sets PolicyItemId field to given value.
func (o *ApiAtlasPeriodicCpsSnapshotSourceViewAllOf) HasPolicyItemId() bool
HasPolicyItemId returns a boolean if a field has been set.