Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.64 KB

OrgOktaCommunicationSetting.md

File metadata and controls

82 lines (45 loc) · 2.64 KB

OrgOktaCommunicationSetting

Properties

Name Type Description Notes
OptOutEmailUsers Pointer to bool [optional] [readonly]
Links Pointer to map[string]map[string]interface{} [optional]

Methods

NewOrgOktaCommunicationSetting

func NewOrgOktaCommunicationSetting() *OrgOktaCommunicationSetting

NewOrgOktaCommunicationSetting instantiates a new OrgOktaCommunicationSetting 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

NewOrgOktaCommunicationSettingWithDefaults

func NewOrgOktaCommunicationSettingWithDefaults() *OrgOktaCommunicationSetting

NewOrgOktaCommunicationSettingWithDefaults instantiates a new OrgOktaCommunicationSetting 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

GetOptOutEmailUsers

func (o *OrgOktaCommunicationSetting) GetOptOutEmailUsers() bool

GetOptOutEmailUsers returns the OptOutEmailUsers field if non-nil, zero value otherwise.

GetOptOutEmailUsersOk

func (o *OrgOktaCommunicationSetting) GetOptOutEmailUsersOk() (*bool, bool)

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

SetOptOutEmailUsers

func (o *OrgOktaCommunicationSetting) SetOptOutEmailUsers(v bool)

SetOptOutEmailUsers sets OptOutEmailUsers field to given value.

HasOptOutEmailUsers

func (o *OrgOktaCommunicationSetting) HasOptOutEmailUsers() bool

HasOptOutEmailUsers returns a boolean if a field has been set.

GetLinks

func (o *OrgOktaCommunicationSetting) GetLinks() map[string]map[string]interface{}

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *OrgOktaCommunicationSetting) GetLinksOk() (*map[string]map[string]interface{}, bool)

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

SetLinks

func (o *OrgOktaCommunicationSetting) SetLinks(v map[string]map[string]interface{})

SetLinks sets Links field to given value.

HasLinks

func (o *OrgOktaCommunicationSetting) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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