Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.19 KB

LogStreamActivateLink.md

File metadata and controls

77 lines (42 loc) · 2.19 KB

LogStreamActivateLink

Properties

Name Type Description Notes
Href string The URI of the resource
Method Pointer to string HTTP method allowed for the resource [optional]

Methods

NewLogStreamActivateLink

func NewLogStreamActivateLink(href string, ) *LogStreamActivateLink

NewLogStreamActivateLink instantiates a new LogStreamActivateLink 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

NewLogStreamActivateLinkWithDefaults

func NewLogStreamActivateLinkWithDefaults() *LogStreamActivateLink

NewLogStreamActivateLinkWithDefaults instantiates a new LogStreamActivateLink 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

GetHref

func (o *LogStreamActivateLink) GetHref() string

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

GetHrefOk

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

SetHref sets Href field to given value.

GetMethod

func (o *LogStreamActivateLink) GetMethod() string

GetMethod returns the Method field if non-nil, zero value otherwise.

GetMethodOk

func (o *LogStreamActivateLink) GetMethodOk() (*string, bool)

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

SetMethod

func (o *LogStreamActivateLink) SetMethod(v string)

SetMethod sets Method field to given value.

HasMethod

func (o *LogStreamActivateLink) HasMethod() bool

HasMethod returns a boolean if a field has been set.

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