Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.97 KB

PlanGroupPost.md

File metadata and controls

72 lines (39 loc) · 1.97 KB

PlanGroupPost

Properties

Name Type Description Notes
GroupId string
ObjectType string

Methods

NewPlanGroupPost

func NewPlanGroupPost(groupId string, objectType string, ) *PlanGroupPost

NewPlanGroupPost instantiates a new PlanGroupPost 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

NewPlanGroupPostWithDefaults

func NewPlanGroupPostWithDefaults() *PlanGroupPost

NewPlanGroupPostWithDefaults instantiates a new PlanGroupPost 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

GetGroupId

func (o *PlanGroupPost) GetGroupId() string

GetGroupId returns the GroupId field if non-nil, zero value otherwise.

GetGroupIdOk

func (o *PlanGroupPost) GetGroupIdOk() (*string, bool)

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

SetGroupId

func (o *PlanGroupPost) SetGroupId(v string)

SetGroupId sets GroupId field to given value.

GetObjectType

func (o *PlanGroupPost) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *PlanGroupPost) GetObjectTypeOk() (*string, bool)

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

SetObjectType

func (o *PlanGroupPost) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

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