Name | Type | Description | Notes |
---|---|---|---|
Vcl | string |
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
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
func (o *InlineObject) GetVcl() string
GetVcl returns the Vcl field if non-nil, zero value otherwise.
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.
func (o *InlineObject) SetVcl(v string)
SetVcl sets Vcl field to given value.