Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.72 KB

SaveMetricsSearchRequestAllOf.md

File metadata and controls

51 lines (28 loc) · 1.72 KB

SaveMetricsSearchRequestAllOf

Properties

Name Type Description Notes
ParentId string Identifier of a folder to which the metrics search should be added.

Methods

NewSaveMetricsSearchRequestAllOf

func NewSaveMetricsSearchRequestAllOf(parentId string, ) *SaveMetricsSearchRequestAllOf

NewSaveMetricsSearchRequestAllOf instantiates a new SaveMetricsSearchRequestAllOf 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

NewSaveMetricsSearchRequestAllOfWithDefaults

func NewSaveMetricsSearchRequestAllOfWithDefaults() *SaveMetricsSearchRequestAllOf

NewSaveMetricsSearchRequestAllOfWithDefaults instantiates a new SaveMetricsSearchRequestAllOf 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

GetParentId

func (o *SaveMetricsSearchRequestAllOf) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

func (o *SaveMetricsSearchRequestAllOf) GetParentIdOk() (*string, bool)

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

SetParentId

func (o *SaveMetricsSearchRequestAllOf) SetParentId(v string)

SetParentId sets ParentId field to given value.

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