Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.84 KB

V3AppsGuidEnvironmentVariablesGet200Response.md

File metadata and controls

82 lines (45 loc) · 2.84 KB

V3AppsGuidEnvironmentVariablesGet200Response

Properties

Name Type Description Notes
Links Pointer to map[string]Get200ResponseLinksLogCache [optional]
Var Pointer to map[string]string [optional]

Methods

NewV3AppsGuidEnvironmentVariablesGet200Response

func NewV3AppsGuidEnvironmentVariablesGet200Response() *V3AppsGuidEnvironmentVariablesGet200Response

NewV3AppsGuidEnvironmentVariablesGet200Response instantiates a new V3AppsGuidEnvironmentVariablesGet200Response 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

NewV3AppsGuidEnvironmentVariablesGet200ResponseWithDefaults

func NewV3AppsGuidEnvironmentVariablesGet200ResponseWithDefaults() *V3AppsGuidEnvironmentVariablesGet200Response

NewV3AppsGuidEnvironmentVariablesGet200ResponseWithDefaults instantiates a new V3AppsGuidEnvironmentVariablesGet200Response 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

GetLinks

func (o *V3AppsGuidEnvironmentVariablesGet200Response) GetLinks() map[string]Get200ResponseLinksLogCache

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *V3AppsGuidEnvironmentVariablesGet200Response) GetLinksOk() (*map[string]Get200ResponseLinksLogCache, bool)

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

SetLinks

func (o *V3AppsGuidEnvironmentVariablesGet200Response) SetLinks(v map[string]Get200ResponseLinksLogCache)

SetLinks sets Links field to given value.

HasLinks

func (o *V3AppsGuidEnvironmentVariablesGet200Response) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetVar

func (o *V3AppsGuidEnvironmentVariablesGet200Response) GetVar() map[string]string

GetVar returns the Var field if non-nil, zero value otherwise.

GetVarOk

func (o *V3AppsGuidEnvironmentVariablesGet200Response) GetVarOk() (*map[string]string, bool)

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

SetVar

func (o *V3AppsGuidEnvironmentVariablesGet200Response) SetVar(v map[string]string)

SetVar sets Var field to given value.

HasVar

func (o *V3AppsGuidEnvironmentVariablesGet200Response) HasVar() bool

HasVar returns a boolean if a field has been set.

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