Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.15 KB

ScopeToPolicy.md

File metadata and controls

82 lines (45 loc) · 2.15 KB

ScopeToPolicy

Properties

Name Type Description Notes
PolicyId Pointer to string [optional]
Scope Pointer to string [optional]

Methods

NewScopeToPolicy

func NewScopeToPolicy() *ScopeToPolicy

NewScopeToPolicy instantiates a new ScopeToPolicy 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

NewScopeToPolicyWithDefaults

func NewScopeToPolicyWithDefaults() *ScopeToPolicy

NewScopeToPolicyWithDefaults instantiates a new ScopeToPolicy 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

GetPolicyId

func (o *ScopeToPolicy) GetPolicyId() string

GetPolicyId returns the PolicyId field if non-nil, zero value otherwise.

GetPolicyIdOk

func (o *ScopeToPolicy) GetPolicyIdOk() (*string, bool)

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

SetPolicyId

func (o *ScopeToPolicy) SetPolicyId(v string)

SetPolicyId sets PolicyId field to given value.

HasPolicyId

func (o *ScopeToPolicy) HasPolicyId() bool

HasPolicyId returns a boolean if a field has been set.

GetScope

func (o *ScopeToPolicy) GetScope() string

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

func (o *ScopeToPolicy) GetScopeOk() (*string, bool)

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

SetScope

func (o *ScopeToPolicy) SetScope(v string)

SetScope sets Scope field to given value.

HasScope

func (o *ScopeToPolicy) HasScope() bool

HasScope returns a boolean if a field has been set.

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