Class GroupsGetInfoItem
The groups get info item object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsGetInfoItem
Constructors
View SourceGroupsGetInfoItem()
Initializes a new instance of the GroupsGetInfoItem class.
Declaration
public GroupsGetInfoItem()
Properties
View SourceAsGroupInfo
Gets this instance as a GroupInfo, or null.
Declaration
public GroupsGetInfoItem.GroupInfo AsGroupInfo { get; }
Property Value
| Type | Description |
|---|---|
| GroupsGetInfoItem.GroupInfo |
AsIdNotFound
Gets this instance as a IdNotFound, or null.
Declaration
public GroupsGetInfoItem.IdNotFound AsIdNotFound { get; }
Property Value
| Type | Description |
|---|---|
| GroupsGetInfoItem.IdNotFound |
IsGroupInfo
Gets a value indicating whether this instance is GroupInfo
Declaration
public bool IsGroupInfo { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsIdNotFound
Gets a value indicating whether this instance is IdNotFound
Declaration
public bool IsIdNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |