Name | Type | Description | Notes |
---|---|---|---|
LokiQueryPolicy | Pointer to PostAccessPoliciesRequestAttributesLokiQueryPolicy | [optional] | |
PdcConfiguration | Pointer to PostAccessPoliciesRequestAttributesPdcConfiguration | [optional] |
func NewPostAccessPoliciesRequestAttributes() *PostAccessPoliciesRequestAttributes
NewPostAccessPoliciesRequestAttributes instantiates a new PostAccessPoliciesRequestAttributes 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 NewPostAccessPoliciesRequestAttributesWithDefaults() *PostAccessPoliciesRequestAttributes
NewPostAccessPoliciesRequestAttributesWithDefaults instantiates a new PostAccessPoliciesRequestAttributes 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 *PostAccessPoliciesRequestAttributes) GetLokiQueryPolicy() PostAccessPoliciesRequestAttributesLokiQueryPolicy
GetLokiQueryPolicy returns the LokiQueryPolicy field if non-nil, zero value otherwise.
func (o *PostAccessPoliciesRequestAttributes) GetLokiQueryPolicyOk() (*PostAccessPoliciesRequestAttributesLokiQueryPolicy, bool)
GetLokiQueryPolicyOk returns a tuple with the LokiQueryPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPoliciesRequestAttributes) SetLokiQueryPolicy(v PostAccessPoliciesRequestAttributesLokiQueryPolicy)
SetLokiQueryPolicy sets LokiQueryPolicy field to given value.
func (o *PostAccessPoliciesRequestAttributes) HasLokiQueryPolicy() bool
HasLokiQueryPolicy returns a boolean if a field has been set.
func (o *PostAccessPoliciesRequestAttributes) GetPdcConfiguration() PostAccessPoliciesRequestAttributesPdcConfiguration
GetPdcConfiguration returns the PdcConfiguration field if non-nil, zero value otherwise.
func (o *PostAccessPoliciesRequestAttributes) GetPdcConfigurationOk() (*PostAccessPoliciesRequestAttributesPdcConfiguration, bool)
GetPdcConfigurationOk returns a tuple with the PdcConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostAccessPoliciesRequestAttributes) SetPdcConfiguration(v PostAccessPoliciesRequestAttributesPdcConfiguration)
SetPdcConfiguration sets PdcConfiguration field to given value.
func (o *PostAccessPoliciesRequestAttributes) HasPdcConfiguration() bool
HasPdcConfiguration returns a boolean if a field has been set.