Class SizesResource.ListRequest
Retrieves a list of sizes, possibly filtered. Retrieved sizes are globally unique and may include values not currently in use by your account. Due to this, the list of sizes returned by this method may differ from the list seen in the Trafficking UI.
Inheritance
object
SizesResource.ListRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class SizesResource.ListRequest : DfareportingBaseServiceRequest<SizesListResponse>, IClientServiceRequest<SizesListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, long)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, long profileId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| long | profileId |
Properties
Height
Select only sizes with this height.
Declaration
[RequestParameter("height", RequestParameterType.Query)]
public virtual int? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.SizesListResponse>.HttpMethod
IabStandard
Select only IAB standard sizes.
Declaration
[RequestParameter("iabStandard", RequestParameterType.Query)]
public virtual bool? IabStandard { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Ids
Select only sizes with these IDs.
Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.SizesListResponse>.MethodName
ProfileId
User profile ID associated with this request.
Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
| Type | Description |
|---|---|
| long |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.SizesListResponse>.RestPath
Width
Select only sizes with this width.
Declaration
[RequestParameter("width", RequestParameterType.Query)]
public virtual int? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.SizesListResponse>.InitParameters()