Name | Type | Description | Notes |
---|---|---|---|
PeriodStart | Pointer to time.Time | [optional] | |
PeriodEnd | Pointer to time.Time | [optional] | |
PlanId | Pointer to NullableString | [optional] | |
T | string |
func NewAuditSubscriptionActionVM(t string, ) *AuditSubscriptionActionVM
NewAuditSubscriptionActionVM instantiates a new AuditSubscriptionActionVM 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 NewAuditSubscriptionActionVMWithDefaults() *AuditSubscriptionActionVM
NewAuditSubscriptionActionVMWithDefaults instantiates a new AuditSubscriptionActionVM 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 *AuditSubscriptionActionVM) GetPeriodStart() time.Time
GetPeriodStart returns the PeriodStart field if non-nil, zero value otherwise.
func (o *AuditSubscriptionActionVM) GetPeriodStartOk() (*time.Time, bool)
GetPeriodStartOk returns a tuple with the PeriodStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditSubscriptionActionVM) SetPeriodStart(v time.Time)
SetPeriodStart sets PeriodStart field to given value.
func (o *AuditSubscriptionActionVM) HasPeriodStart() bool
HasPeriodStart returns a boolean if a field has been set.
func (o *AuditSubscriptionActionVM) GetPeriodEnd() time.Time
GetPeriodEnd returns the PeriodEnd field if non-nil, zero value otherwise.
func (o *AuditSubscriptionActionVM) GetPeriodEndOk() (*time.Time, bool)
GetPeriodEndOk returns a tuple with the PeriodEnd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditSubscriptionActionVM) SetPeriodEnd(v time.Time)
SetPeriodEnd sets PeriodEnd field to given value.
func (o *AuditSubscriptionActionVM) HasPeriodEnd() bool
HasPeriodEnd returns a boolean if a field has been set.
func (o *AuditSubscriptionActionVM) GetPlanId() string
GetPlanId returns the PlanId field if non-nil, zero value otherwise.
func (o *AuditSubscriptionActionVM) GetPlanIdOk() (*string, bool)
GetPlanIdOk returns a tuple with the PlanId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditSubscriptionActionVM) SetPlanId(v string)
SetPlanId sets PlanId field to given value.
func (o *AuditSubscriptionActionVM) HasPlanId() bool
HasPlanId returns a boolean if a field has been set.
func (o *AuditSubscriptionActionVM) SetPlanIdNil(b bool)
SetPlanIdNil sets the value for PlanId to be an explicit nil
func (o *AuditSubscriptionActionVM) UnsetPlanId()
UnsetPlanId ensures that no value is present for PlanId, not even an explicit nil
func (o *AuditSubscriptionActionVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *AuditSubscriptionActionVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditSubscriptionActionVM) SetT(v string)
SetT sets T field to given value.