Class SecurityContext
Output only. A security context.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class SecurityContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Securities
The security types in this context.
Declaration
[JsonProperty("securities")]
public virtual IList<string> Securities { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |