Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.25 KB

TrustedOrigin.md

File metadata and controls

290 lines (157 loc) · 7.25 KB

TrustedOrigin

Properties

Name Type Description Notes
Created Pointer to time.Time [optional] [readonly]
CreatedBy Pointer to string [optional]
Id Pointer to string [optional] [readonly]
LastUpdated Pointer to time.Time [optional] [readonly]
LastUpdatedBy Pointer to string [optional]
Name Pointer to string [optional]
Origin Pointer to string [optional]
Scopes Pointer to []TrustedOriginScope [optional]
Status Pointer to string [optional]
Links Pointer to LinksSelf [optional]

Methods

NewTrustedOrigin

func NewTrustedOrigin() *TrustedOrigin

NewTrustedOrigin instantiates a new TrustedOrigin 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

NewTrustedOriginWithDefaults

func NewTrustedOriginWithDefaults() *TrustedOrigin

NewTrustedOriginWithDefaults instantiates a new TrustedOrigin 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

GetCreated

func (o *TrustedOrigin) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *TrustedOrigin) GetCreatedOk() (*time.Time, bool)

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

SetCreated

func (o *TrustedOrigin) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *TrustedOrigin) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetCreatedBy

func (o *TrustedOrigin) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *TrustedOrigin) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *TrustedOrigin) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *TrustedOrigin) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetId

func (o *TrustedOrigin) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *TrustedOrigin) GetIdOk() (*string, bool)

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

SetId

func (o *TrustedOrigin) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *TrustedOrigin) HasId() bool

HasId returns a boolean if a field has been set.

GetLastUpdated

func (o *TrustedOrigin) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.

GetLastUpdatedOk

func (o *TrustedOrigin) GetLastUpdatedOk() (*time.Time, bool)

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

SetLastUpdated

func (o *TrustedOrigin) SetLastUpdated(v time.Time)

SetLastUpdated sets LastUpdated field to given value.

HasLastUpdated

func (o *TrustedOrigin) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

GetLastUpdatedBy

func (o *TrustedOrigin) GetLastUpdatedBy() string

GetLastUpdatedBy returns the LastUpdatedBy field if non-nil, zero value otherwise.

GetLastUpdatedByOk

func (o *TrustedOrigin) GetLastUpdatedByOk() (*string, bool)

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

SetLastUpdatedBy

func (o *TrustedOrigin) SetLastUpdatedBy(v string)

SetLastUpdatedBy sets LastUpdatedBy field to given value.

HasLastUpdatedBy

func (o *TrustedOrigin) HasLastUpdatedBy() bool

HasLastUpdatedBy returns a boolean if a field has been set.

GetName

func (o *TrustedOrigin) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TrustedOrigin) 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.

SetName

func (o *TrustedOrigin) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *TrustedOrigin) HasName() bool

HasName returns a boolean if a field has been set.

GetOrigin

func (o *TrustedOrigin) GetOrigin() string

GetOrigin returns the Origin field if non-nil, zero value otherwise.

GetOriginOk

func (o *TrustedOrigin) GetOriginOk() (*string, bool)

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

SetOrigin

func (o *TrustedOrigin) SetOrigin(v string)

SetOrigin sets Origin field to given value.

HasOrigin

func (o *TrustedOrigin) HasOrigin() bool

HasOrigin returns a boolean if a field has been set.

GetScopes

func (o *TrustedOrigin) GetScopes() []TrustedOriginScope

GetScopes returns the Scopes field if non-nil, zero value otherwise.

GetScopesOk

func (o *TrustedOrigin) GetScopesOk() (*[]TrustedOriginScope, 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.

SetScopes

func (o *TrustedOrigin) SetScopes(v []TrustedOriginScope)

SetScopes sets Scopes field to given value.

HasScopes

func (o *TrustedOrigin) HasScopes() bool

HasScopes returns a boolean if a field has been set.

GetStatus

func (o *TrustedOrigin) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *TrustedOrigin) GetStatusOk() (*string, bool)

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

SetStatus

func (o *TrustedOrigin) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *TrustedOrigin) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetLinks

func (o *TrustedOrigin) GetLinks() LinksSelf

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

GetLinksOk

func (o *TrustedOrigin) GetLinksOk() (*LinksSelf, 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 *TrustedOrigin) SetLinks(v LinksSelf)

SetLinks sets Links field to given value.

HasLinks

func (o *TrustedOrigin) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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