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
SizesResource.ListRequest
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.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
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
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
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()