adding beta version docs back

This commit is contained in:
darrell-thobe-sp
2025-03-31 14:49:46 -04:00
parent c2c7b3f917
commit 879f05e3ac
965 changed files with 175538 additions and 4 deletions

View File

@@ -0,0 +1,90 @@
---
id: beta-selector-account-match-config-match-expression
title: SelectorAccountMatchConfigMatchExpression
pagination_label: SelectorAccountMatchConfigMatchExpression
sidebar_label: SelectorAccountMatchConfigMatchExpression
sidebar_class_name: gosdk
keywords: ['go', 'Golang', 'sdk', 'SelectorAccountMatchConfigMatchExpression', 'BetaSelectorAccountMatchConfigMatchExpression']
slug: /tools/sdk/go/beta/models/selector-account-match-config-match-expression
tags: ['SDK', 'Software Development Kit', 'SelectorAccountMatchConfigMatchExpression', 'BetaSelectorAccountMatchConfigMatchExpression']
---
# SelectorAccountMatchConfigMatchExpression
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**MatchTerms** | Pointer to [**[]MatchTerm**](match-term) | | [optional]
**And** | Pointer to **bool** | If it is AND operators for match terms | [optional] [default to true]
## Methods
### NewSelectorAccountMatchConfigMatchExpression
`func NewSelectorAccountMatchConfigMatchExpression() *SelectorAccountMatchConfigMatchExpression`
NewSelectorAccountMatchConfigMatchExpression instantiates a new SelectorAccountMatchConfigMatchExpression 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
### NewSelectorAccountMatchConfigMatchExpressionWithDefaults
`func NewSelectorAccountMatchConfigMatchExpressionWithDefaults() *SelectorAccountMatchConfigMatchExpression`
NewSelectorAccountMatchConfigMatchExpressionWithDefaults instantiates a new SelectorAccountMatchConfigMatchExpression 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
### GetMatchTerms
`func (o *SelectorAccountMatchConfigMatchExpression) GetMatchTerms() []MatchTerm`
GetMatchTerms returns the MatchTerms field if non-nil, zero value otherwise.
### GetMatchTermsOk
`func (o *SelectorAccountMatchConfigMatchExpression) GetMatchTermsOk() (*[]MatchTerm, bool)`
GetMatchTermsOk returns a tuple with the MatchTerms field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetMatchTerms
`func (o *SelectorAccountMatchConfigMatchExpression) SetMatchTerms(v []MatchTerm)`
SetMatchTerms sets MatchTerms field to given value.
### HasMatchTerms
`func (o *SelectorAccountMatchConfigMatchExpression) HasMatchTerms() bool`
HasMatchTerms returns a boolean if a field has been set.
### GetAnd
`func (o *SelectorAccountMatchConfigMatchExpression) GetAnd() bool`
GetAnd returns the And field if non-nil, zero value otherwise.
### GetAndOk
`func (o *SelectorAccountMatchConfigMatchExpression) GetAndOk() (*bool, bool)`
GetAndOk returns a tuple with the And field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAnd
`func (o *SelectorAccountMatchConfigMatchExpression) SetAnd(v bool)`
SetAnd sets And field to given value.
### HasAnd
`func (o *SelectorAccountMatchConfigMatchExpression) HasAnd() bool`
HasAnd returns a boolean if a field has been set.