Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.67 KB

RouteFiltersChange.md

File metadata and controls

98 lines (53 loc) · 2.67 KB

RouteFiltersChange

Properties

Name Type Description Notes
Uuid string Uniquely identifies a change
Type RouteFiltersChangeType
Href Pointer to string Route Filter Change URI [optional]

Methods

NewRouteFiltersChange

func NewRouteFiltersChange(uuid string, type_ RouteFiltersChangeType, ) *RouteFiltersChange

NewRouteFiltersChange instantiates a new RouteFiltersChange 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

NewRouteFiltersChangeWithDefaults

func NewRouteFiltersChangeWithDefaults() *RouteFiltersChange

NewRouteFiltersChangeWithDefaults instantiates a new RouteFiltersChange 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

GetUuid

func (o *RouteFiltersChange) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *RouteFiltersChange) GetUuidOk() (*string, bool)

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

SetUuid

func (o *RouteFiltersChange) SetUuid(v string)

SetUuid sets Uuid field to given value.

GetType

func (o *RouteFiltersChange) GetType() RouteFiltersChangeType

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *RouteFiltersChange) GetTypeOk() (*RouteFiltersChangeType, bool)

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

SetType

func (o *RouteFiltersChange) SetType(v RouteFiltersChangeType)

SetType sets Type field to given value.

GetHref

func (o *RouteFiltersChange) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *RouteFiltersChange) GetHrefOk() (*string, bool)

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

SetHref

func (o *RouteFiltersChange) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *RouteFiltersChange) HasHref() bool

HasHref returns a boolean if a field has been set.

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