Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.71 KB

OrganizationsettingsFeaturesDirectoryInsightsPremium.md

File metadata and controls

108 lines (59 loc) · 3.71 KB

OrganizationsettingsFeaturesDirectoryInsightsPremium

Properties

Name Type Description Notes
CreatedAt Pointer to string [optional]
Enabled Pointer to bool [optional]
UpdatedAt Pointer to string [optional]

Methods

NewOrganizationsettingsFeaturesDirectoryInsightsPremium

func NewOrganizationsettingsFeaturesDirectoryInsightsPremium() *OrganizationsettingsFeaturesDirectoryInsightsPremium

NewOrganizationsettingsFeaturesDirectoryInsightsPremium instantiates a new OrganizationsettingsFeaturesDirectoryInsightsPremium 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

NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults

func NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults() *OrganizationsettingsFeaturesDirectoryInsightsPremium

NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults instantiates a new OrganizationsettingsFeaturesDirectoryInsightsPremium 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

GetCreatedAt

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAt() string

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAtOk() (*string, bool)

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

SetCreatedAt

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetCreatedAt(v string)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetEnabled

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabledOk() (*bool, bool)

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

SetEnabled

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetUpdatedAt

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAt() string

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAtOk() (*string, bool)

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

SetUpdatedAt

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetUpdatedAt(v string)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

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