Name | Type | Description | Notes |
---|---|---|---|
Pk | int32 | [readonly] | |
Name | string | ||
PropertyMappings | Pointer to []string | [optional] | |
PropertyMappingsGroup | Pointer to []string | Property mappings used for group creation/updating. | [optional] |
Component | string | Get object component so that we know how to edit the object | [readonly] |
AssignedBackchannelApplicationSlug | string | Internal application name, used in URLs. | [readonly] |
AssignedBackchannelApplicationName | string | Application's display Name. | [readonly] |
VerboseName | string | Return object's verbose_name | [readonly] |
VerboseNamePlural | string | Return object's plural verbose_name | [readonly] |
MetaModelName | string | Return internal model name | [readonly] |
DelegatedSubject | string | ||
Credentials | interface{} | ||
Scopes | Pointer to string | [optional] | |
ExcludeUsersServiceAccount | Pointer to bool | [optional] | |
FilterGroup | Pointer to NullableString | [optional] | |
UserDeleteAction | Pointer to OutgoingSyncDeleteAction | [optional] | |
GroupDeleteAction | Pointer to OutgoingSyncDeleteAction | [optional] | |
DefaultGroupEmailDomain | string |
func NewGoogleWorkspaceProvider(pk int32, name string, component string, assignedBackchannelApplicationSlug string, assignedBackchannelApplicationName string, verboseName string, verboseNamePlural string, metaModelName string, delegatedSubject string, credentials interface{}, defaultGroupEmailDomain string, ) *GoogleWorkspaceProvider
NewGoogleWorkspaceProvider instantiates a new GoogleWorkspaceProvider 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 NewGoogleWorkspaceProviderWithDefaults() *GoogleWorkspaceProvider
NewGoogleWorkspaceProviderWithDefaults instantiates a new GoogleWorkspaceProvider 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 *GoogleWorkspaceProvider) GetPk() int32
GetPk returns the Pk field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetPkOk() (*int32, bool)
GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetPk(v int32)
SetPk sets Pk field to given value.
func (o *GoogleWorkspaceProvider) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetName(v string)
SetName sets Name field to given value.
func (o *GoogleWorkspaceProvider) GetPropertyMappings() []string
GetPropertyMappings returns the PropertyMappings field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetPropertyMappingsOk() (*[]string, bool)
GetPropertyMappingsOk returns a tuple with the PropertyMappings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetPropertyMappings(v []string)
SetPropertyMappings sets PropertyMappings field to given value.
func (o *GoogleWorkspaceProvider) HasPropertyMappings() bool
HasPropertyMappings returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) GetPropertyMappingsGroup() []string
GetPropertyMappingsGroup returns the PropertyMappingsGroup field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetPropertyMappingsGroupOk() (*[]string, bool)
GetPropertyMappingsGroupOk returns a tuple with the PropertyMappingsGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetPropertyMappingsGroup(v []string)
SetPropertyMappingsGroup sets PropertyMappingsGroup field to given value.
func (o *GoogleWorkspaceProvider) HasPropertyMappingsGroup() bool
HasPropertyMappingsGroup returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) GetComponent() string
GetComponent returns the Component field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetComponentOk() (*string, bool)
GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetComponent(v string)
SetComponent sets Component field to given value.
func (o *GoogleWorkspaceProvider) GetAssignedBackchannelApplicationSlug() string
GetAssignedBackchannelApplicationSlug returns the AssignedBackchannelApplicationSlug field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetAssignedBackchannelApplicationSlugOk() (*string, bool)
GetAssignedBackchannelApplicationSlugOk returns a tuple with the AssignedBackchannelApplicationSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetAssignedBackchannelApplicationSlug(v string)
SetAssignedBackchannelApplicationSlug sets AssignedBackchannelApplicationSlug field to given value.
func (o *GoogleWorkspaceProvider) GetAssignedBackchannelApplicationName() string
GetAssignedBackchannelApplicationName returns the AssignedBackchannelApplicationName field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetAssignedBackchannelApplicationNameOk() (*string, bool)
GetAssignedBackchannelApplicationNameOk returns a tuple with the AssignedBackchannelApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetAssignedBackchannelApplicationName(v string)
SetAssignedBackchannelApplicationName sets AssignedBackchannelApplicationName field to given value.
func (o *GoogleWorkspaceProvider) GetVerboseName() string
GetVerboseName returns the VerboseName field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetVerboseNameOk() (*string, bool)
GetVerboseNameOk returns a tuple with the VerboseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetVerboseName(v string)
SetVerboseName sets VerboseName field to given value.
func (o *GoogleWorkspaceProvider) GetVerboseNamePlural() string
GetVerboseNamePlural returns the VerboseNamePlural field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetVerboseNamePluralOk() (*string, bool)
GetVerboseNamePluralOk returns a tuple with the VerboseNamePlural field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetVerboseNamePlural(v string)
SetVerboseNamePlural sets VerboseNamePlural field to given value.
func (o *GoogleWorkspaceProvider) GetMetaModelName() string
GetMetaModelName returns the MetaModelName field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetMetaModelNameOk() (*string, bool)
GetMetaModelNameOk returns a tuple with the MetaModelName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetMetaModelName(v string)
SetMetaModelName sets MetaModelName field to given value.
func (o *GoogleWorkspaceProvider) GetDelegatedSubject() string
GetDelegatedSubject returns the DelegatedSubject field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetDelegatedSubjectOk() (*string, bool)
GetDelegatedSubjectOk returns a tuple with the DelegatedSubject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetDelegatedSubject(v string)
SetDelegatedSubject sets DelegatedSubject field to given value.
func (o *GoogleWorkspaceProvider) GetCredentials() interface{}
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetCredentialsOk() (*interface{}, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetCredentials(v interface{})
SetCredentials sets Credentials field to given value.
func (o *GoogleWorkspaceProvider) SetCredentialsNil(b bool)
SetCredentialsNil sets the value for Credentials to be an explicit nil
func (o *GoogleWorkspaceProvider) UnsetCredentials()
UnsetCredentials ensures that no value is present for Credentials, not even an explicit nil
func (o *GoogleWorkspaceProvider) GetScopes() string
GetScopes returns the Scopes field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetScopesOk() (*string, bool)
GetScopesOk returns a tuple with the Scopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetScopes(v string)
SetScopes sets Scopes field to given value.
func (o *GoogleWorkspaceProvider) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) GetExcludeUsersServiceAccount() bool
GetExcludeUsersServiceAccount returns the ExcludeUsersServiceAccount field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetExcludeUsersServiceAccountOk() (*bool, bool)
GetExcludeUsersServiceAccountOk returns a tuple with the ExcludeUsersServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetExcludeUsersServiceAccount(v bool)
SetExcludeUsersServiceAccount sets ExcludeUsersServiceAccount field to given value.
func (o *GoogleWorkspaceProvider) HasExcludeUsersServiceAccount() bool
HasExcludeUsersServiceAccount returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) GetFilterGroup() string
GetFilterGroup returns the FilterGroup field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetFilterGroupOk() (*string, bool)
GetFilterGroupOk returns a tuple with the FilterGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetFilterGroup(v string)
SetFilterGroup sets FilterGroup field to given value.
func (o *GoogleWorkspaceProvider) HasFilterGroup() bool
HasFilterGroup returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) SetFilterGroupNil(b bool)
SetFilterGroupNil sets the value for FilterGroup to be an explicit nil
func (o *GoogleWorkspaceProvider) UnsetFilterGroup()
UnsetFilterGroup ensures that no value is present for FilterGroup, not even an explicit nil
func (o *GoogleWorkspaceProvider) GetUserDeleteAction() OutgoingSyncDeleteAction
GetUserDeleteAction returns the UserDeleteAction field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetUserDeleteActionOk() (*OutgoingSyncDeleteAction, bool)
GetUserDeleteActionOk returns a tuple with the UserDeleteAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetUserDeleteAction(v OutgoingSyncDeleteAction)
SetUserDeleteAction sets UserDeleteAction field to given value.
func (o *GoogleWorkspaceProvider) HasUserDeleteAction() bool
HasUserDeleteAction returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) GetGroupDeleteAction() OutgoingSyncDeleteAction
GetGroupDeleteAction returns the GroupDeleteAction field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetGroupDeleteActionOk() (*OutgoingSyncDeleteAction, bool)
GetGroupDeleteActionOk returns a tuple with the GroupDeleteAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetGroupDeleteAction(v OutgoingSyncDeleteAction)
SetGroupDeleteAction sets GroupDeleteAction field to given value.
func (o *GoogleWorkspaceProvider) HasGroupDeleteAction() bool
HasGroupDeleteAction returns a boolean if a field has been set.
func (o *GoogleWorkspaceProvider) GetDefaultGroupEmailDomain() string
GetDefaultGroupEmailDomain returns the DefaultGroupEmailDomain field if non-nil, zero value otherwise.
func (o *GoogleWorkspaceProvider) GetDefaultGroupEmailDomainOk() (*string, bool)
GetDefaultGroupEmailDomainOk returns a tuple with the DefaultGroupEmailDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GoogleWorkspaceProvider) SetDefaultGroupEmailDomain(v string)
SetDefaultGroupEmailDomain sets DefaultGroupEmailDomain field to given value.