Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The scheduled search ID. | [optional] |
Owner | Pointer to TypedReference | [optional] | |
OwnerId | Pointer to string | The ID of the scheduled search owner | [optional] |
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
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
func (o *ScheduledSearchAllOf) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ScheduledSearchAllOf) SetId(v string)
SetId sets Id field to given value.
func (o *ScheduledSearchAllOf) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ScheduledSearchAllOf) GetOwner() TypedReference
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *ScheduledSearchAllOf) GetOwnerOk() (*TypedReference, 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.
func (o *ScheduledSearchAllOf) SetOwner(v TypedReference)
SetOwner sets Owner field to given value.
func (o *ScheduledSearchAllOf) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *ScheduledSearchAllOf) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
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.
func (o *ScheduledSearchAllOf) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ScheduledSearchAllOf) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.