Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.29 KB

InlineObject.md

File metadata and controls

49 lines (28 loc) · 1.29 KB

InlineObject

Properties

Name Type Description Notes
Vcl string

Methods

NewInlineObject

func NewInlineObject(vcl string, ) *InlineObject

NewInlineObject instantiates a new InlineObject 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

NewInlineObjectWithDefaults

func NewInlineObjectWithDefaults() *InlineObject

NewInlineObjectWithDefaults instantiates a new InlineObject 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

GetVcl

func (o *InlineObject) GetVcl() string

GetVcl returns the Vcl field if non-nil, zero value otherwise.

GetVclOk

func (o *InlineObject) GetVclOk() (*string, bool)

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

SetVcl

func (o *InlineObject) SetVcl(v string)

SetVcl sets Vcl field to given value.

Back to API list | Back to README