| Name | Type | Description | Notes |
|---|---|---|---|
| GroupName | string | The name of the Devin group. |
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
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
func (o *GroupRemoteInfoDevinGroup) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
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.
func (o *GroupRemoteInfoDevinGroup) SetGroupName(v string)
SetGroupName sets GroupName field to given value.