| Name | Type | Description | Notes |
|---|---|---|---|
| SamlGroupSyncStatus | Pointer to bool | [optional] [readonly] |
func NewOrganizationGroupSyncStatus() *OrganizationGroupSyncStatus
NewOrganizationGroupSyncStatus instantiates a new OrganizationGroupSyncStatus 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 NewOrganizationGroupSyncStatusWithDefaults() *OrganizationGroupSyncStatus
NewOrganizationGroupSyncStatusWithDefaults instantiates a new OrganizationGroupSyncStatus 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 *OrganizationGroupSyncStatus) GetSamlGroupSyncStatus() bool
GetSamlGroupSyncStatus returns the SamlGroupSyncStatus field if non-nil, zero value otherwise.
func (o *OrganizationGroupSyncStatus) GetSamlGroupSyncStatusOk() (*bool, bool)
GetSamlGroupSyncStatusOk returns a tuple with the SamlGroupSyncStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationGroupSyncStatus) SetSamlGroupSyncStatus(v bool)
SetSamlGroupSyncStatus sets SamlGroupSyncStatus field to given value.
func (o *OrganizationGroupSyncStatus) HasSamlGroupSyncStatus() bool
HasSamlGroupSyncStatus returns a boolean if a field has been set.