Class Tag
Metadata for a tag.
Implements
Inherited Members
Namespace: Google.Apis.Webfonts.v1.Data
Assembly: Google.Apis.Webfonts.v1.dll
Syntax
public class Tag : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the tag.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Weight
The weight of the tag.
Declaration
[JsonProperty("weight")]
public virtual float? Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |