Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.24 KB

RouteFiltersDataProject.md

File metadata and controls

77 lines (42 loc) · 2.24 KB

RouteFiltersDataProject

Properties

Name Type Description Notes
ProjectId string Subscriber-assigned project ID
Href Pointer to string Project URI [optional]

Methods

NewRouteFiltersDataProject

func NewRouteFiltersDataProject(projectId string, ) *RouteFiltersDataProject

NewRouteFiltersDataProject instantiates a new RouteFiltersDataProject 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

NewRouteFiltersDataProjectWithDefaults

func NewRouteFiltersDataProjectWithDefaults() *RouteFiltersDataProject

NewRouteFiltersDataProjectWithDefaults instantiates a new RouteFiltersDataProject 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

GetProjectId

func (o *RouteFiltersDataProject) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

func (o *RouteFiltersDataProject) GetProjectIdOk() (*string, bool)

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

SetProjectId

func (o *RouteFiltersDataProject) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

GetHref

func (o *RouteFiltersDataProject) GetHref() string

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

GetHrefOk

func (o *RouteFiltersDataProject) 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 *RouteFiltersDataProject) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *RouteFiltersDataProject) HasHref() bool

HasHref returns a boolean if a field has been set.

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