Skip to main content

SavedSearchCompleteSearchResults

Properties

NameTypeDescriptionNotes
AccountPointer to NullableSavedSearchCompleteSearchResultsAccount[optional]
EntitlementPointer to NullableSavedSearchCompleteSearchResultsEntitlement[optional]
IdentityPointer to NullableSavedSearchCompleteSearchResultsIdentity[optional]

Methods

NewSavedSearchCompleteSearchResults

func NewSavedSearchCompleteSearchResults() *SavedSearchCompleteSearchResults

NewSavedSearchCompleteSearchResults instantiates a new SavedSearchCompleteSearchResults 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

NewSavedSearchCompleteSearchResultsWithDefaults

func NewSavedSearchCompleteSearchResultsWithDefaults() *SavedSearchCompleteSearchResults

NewSavedSearchCompleteSearchResultsWithDefaults instantiates a new SavedSearchCompleteSearchResults 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

GetAccount

func (o *SavedSearchCompleteSearchResults) GetAccount() SavedSearchCompleteSearchResultsAccount

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *SavedSearchCompleteSearchResults) GetAccountOk() (*SavedSearchCompleteSearchResultsAccount, bool)

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

SetAccount

func (o *SavedSearchCompleteSearchResults) SetAccount(v SavedSearchCompleteSearchResultsAccount)

SetAccount sets Account field to given value.

HasAccount

func (o *SavedSearchCompleteSearchResults) HasAccount() bool

HasAccount returns a boolean if a field has been set.

SetAccountNil

func (o *SavedSearchCompleteSearchResults) SetAccountNil(b bool)

SetAccountNil sets the value for Account to be an explicit nil

UnsetAccount

func (o *SavedSearchCompleteSearchResults) UnsetAccount()

UnsetAccount ensures that no value is present for Account, not even an explicit nil

GetEntitlement

func (o *SavedSearchCompleteSearchResults) GetEntitlement() SavedSearchCompleteSearchResultsEntitlement

GetEntitlement returns the Entitlement field if non-nil, zero value otherwise.

GetEntitlementOk

func (o *SavedSearchCompleteSearchResults) GetEntitlementOk() (*SavedSearchCompleteSearchResultsEntitlement, bool)

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

SetEntitlement

func (o *SavedSearchCompleteSearchResults) SetEntitlement(v SavedSearchCompleteSearchResultsEntitlement)

SetEntitlement sets Entitlement field to given value.

HasEntitlement

func (o *SavedSearchCompleteSearchResults) HasEntitlement() bool

HasEntitlement returns a boolean if a field has been set.

SetEntitlementNil

func (o *SavedSearchCompleteSearchResults) SetEntitlementNil(b bool)

SetEntitlementNil sets the value for Entitlement to be an explicit nil

UnsetEntitlement

func (o *SavedSearchCompleteSearchResults) UnsetEntitlement()

UnsetEntitlement ensures that no value is present for Entitlement, not even an explicit nil

GetIdentity

func (o *SavedSearchCompleteSearchResults) GetIdentity() SavedSearchCompleteSearchResultsIdentity

GetIdentity returns the Identity field if non-nil, zero value otherwise.

GetIdentityOk

func (o *SavedSearchCompleteSearchResults) GetIdentityOk() (*SavedSearchCompleteSearchResultsIdentity, bool)

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

SetIdentity

func (o *SavedSearchCompleteSearchResults) SetIdentity(v SavedSearchCompleteSearchResultsIdentity)

SetIdentity sets Identity field to given value.

HasIdentity

func (o *SavedSearchCompleteSearchResults) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

SetIdentityNil

func (o *SavedSearchCompleteSearchResults) SetIdentityNil(b bool)

SetIdentityNil sets the value for Identity to be an explicit nil

UnsetIdentity

func (o *SavedSearchCompleteSearchResults) UnsetIdentity()

UnsetIdentity ensures that no value is present for Identity, not even an explicit nil