Class ListLabelsResponse
public class ListLabelsResponse : IDirectResponseSchema
- Inheritance
-
ListLabelsResponse
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ListLabelsResponse()
public ListLabelsResponse()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Labels
List of labels. Note that each label resource only contains an id
, name
,
messageListVisibility
, labelListVisibility
, and type
. The labels.get method can fetch additional label
details.
public virtual IList<Label> Labels { get; set; }