Show / Hide Table of Contents

Class StudioCreativeDimension

Dimension information for a studio creative.

Inheritance
object
StudioCreativeDimension
Implements
IDirectResponseSchema
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.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreativeDimension : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Height

Height of the studio creative.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

Width

Width of the studio creative.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX