Class StringList
List of string values.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class StringList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
The string values.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |