Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.08 KB

ScheduledSearchAllOf.md

File metadata and controls

108 lines (59 loc) · 3.08 KB

ScheduledSearchAllOf

Properties

Name Type Description Notes
Id Pointer to string The scheduled search ID. [optional] [readonly]
Owner Pointer to ScheduledSearchAllOfOwner [optional]
OwnerId Pointer to string The ID of the scheduled search owner. Please use the `id` in the `owner` object instead. [optional] [readonly]

Methods

NewScheduledSearchAllOf

func NewScheduledSearchAllOf() *ScheduledSearchAllOf

NewScheduledSearchAllOf instantiates a new ScheduledSearchAllOf 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

NewScheduledSearchAllOfWithDefaults

func NewScheduledSearchAllOfWithDefaults() *ScheduledSearchAllOf

NewScheduledSearchAllOfWithDefaults instantiates a new ScheduledSearchAllOf 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

GetId

func (o *ScheduledSearchAllOf) GetId() string

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

GetIdOk

func (o *ScheduledSearchAllOf) 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 *ScheduledSearchAllOf) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ScheduledSearchAllOf) HasId() bool

HasId returns a boolean if a field has been set.

GetOwner

func (o *ScheduledSearchAllOf) GetOwner() ScheduledSearchAllOfOwner

GetOwner returns the Owner field if non-nil, zero value otherwise.

GetOwnerOk

func (o *ScheduledSearchAllOf) GetOwnerOk() (*ScheduledSearchAllOfOwner, bool)

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

SetOwner

func (o *ScheduledSearchAllOf) SetOwner(v ScheduledSearchAllOfOwner)

SetOwner sets Owner field to given value.

HasOwner

func (o *ScheduledSearchAllOf) HasOwner() bool

HasOwner returns a boolean if a field has been set.

GetOwnerId

func (o *ScheduledSearchAllOf) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

func (o *ScheduledSearchAllOf) GetOwnerIdOk() (*string, bool)

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

SetOwnerId

func (o *ScheduledSearchAllOf) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

HasOwnerId

func (o *ScheduledSearchAllOf) HasOwnerId() bool

HasOwnerId returns a boolean if a field has been set.

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