Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.65 KB

File metadata and controls

51 lines (28 loc) · 1.65 KB

GroupRemoteInfoDevinGroup

Properties

Name Type Description Notes
GroupName string The name of the Devin group.

Methods

NewGroupRemoteInfoDevinGroup

func NewGroupRemoteInfoDevinGroup(groupName string, ) *GroupRemoteInfoDevinGroup

NewGroupRemoteInfoDevinGroup instantiates a new GroupRemoteInfoDevinGroup 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

NewGroupRemoteInfoDevinGroupWithDefaults

func NewGroupRemoteInfoDevinGroupWithDefaults() *GroupRemoteInfoDevinGroup

NewGroupRemoteInfoDevinGroupWithDefaults instantiates a new GroupRemoteInfoDevinGroup 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

GetGroupName

func (o *GroupRemoteInfoDevinGroup) GetGroupName() string

GetGroupName returns the GroupName field if non-nil, zero value otherwise.

GetGroupNameOk

func (o *GroupRemoteInfoDevinGroup) GetGroupNameOk() (*string, bool)

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

SetGroupName

func (o *GroupRemoteInfoDevinGroup) SetGroupName(v string)

SetGroupName sets GroupName field to given value.

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