Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.02 KB

ConditionSessionRequestCountCondition.md

File metadata and controls

56 lines (31 loc) · 2.02 KB

ConditionSessionRequestCountCondition

Properties

Name Type Description Notes
RequestCount Pointer to string The number of dynamic requests in the session [optional]

Methods

NewConditionSessionRequestCountCondition

func NewConditionSessionRequestCountCondition() *ConditionSessionRequestCountCondition

NewConditionSessionRequestCountCondition instantiates a new ConditionSessionRequestCountCondition 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

NewConditionSessionRequestCountConditionWithDefaults

func NewConditionSessionRequestCountConditionWithDefaults() *ConditionSessionRequestCountCondition

NewConditionSessionRequestCountConditionWithDefaults instantiates a new ConditionSessionRequestCountCondition 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

GetRequestCount

func (o *ConditionSessionRequestCountCondition) GetRequestCount() string

GetRequestCount returns the RequestCount field if non-nil, zero value otherwise.

GetRequestCountOk

func (o *ConditionSessionRequestCountCondition) GetRequestCountOk() (*string, bool)

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

SetRequestCount

func (o *ConditionSessionRequestCountCondition) SetRequestCount(v string)

SetRequestCount sets RequestCount field to given value.

HasRequestCount

func (o *ConditionSessionRequestCountCondition) HasRequestCount() bool

HasRequestCount returns a boolean if a field has been set.

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