Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.08 KB

RelayAutoConfigPost.md

File metadata and controls

72 lines (39 loc) · 2.08 KB

RelayAutoConfigPost

Properties

Name Type Description Notes
Name string A human-friendly name for the Relay Proxy configuration
Policy []StatementRep

Methods

NewRelayAutoConfigPost

func NewRelayAutoConfigPost(name string, policy []StatementRep, ) *RelayAutoConfigPost

NewRelayAutoConfigPost instantiates a new RelayAutoConfigPost 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

NewRelayAutoConfigPostWithDefaults

func NewRelayAutoConfigPostWithDefaults() *RelayAutoConfigPost

NewRelayAutoConfigPostWithDefaults instantiates a new RelayAutoConfigPost 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

GetName

func (o *RelayAutoConfigPost) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *RelayAutoConfigPost) GetNameOk() (*string, bool)

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

SetName

func (o *RelayAutoConfigPost) SetName(v string)

SetName sets Name field to given value.

GetPolicy

func (o *RelayAutoConfigPost) GetPolicy() []StatementRep

GetPolicy returns the Policy field if non-nil, zero value otherwise.

GetPolicyOk

func (o *RelayAutoConfigPost) GetPolicyOk() (*[]StatementRep, bool)

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

SetPolicy

func (o *RelayAutoConfigPost) SetPolicy(v []StatementRep)

SetPolicy sets Policy field to given value.

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