Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesMediaFile

A media file.

Inheritance
object
GoogleAdsSearchads360V23ResourcesMediaFile
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesMediaFile : IDirectResponseSchema

Properties

Audio

Output only. Encapsulates an Audio.

Declaration
[JsonProperty("audio")]
public virtual GoogleAdsSearchads360V23ResourcesMediaAudio Audio { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesMediaAudio

ETag

The ETag of the item.

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

FileSize

Output only. The size of the media file in bytes.

Declaration
[JsonProperty("fileSize")]
public virtual long? FileSize { get; set; }
Property Value
Type Description
long?

Id

Output only. The ID of the media file.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Image

Immutable. Encapsulates an Image.

Declaration
[JsonProperty("image")]
public virtual GoogleAdsSearchads360V23ResourcesMediaImage Image { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesMediaImage

MediaBundle

Immutable. A ZIP archive media the content of which contains HTML5 assets.

Declaration
[JsonProperty("mediaBundle")]
public virtual GoogleAdsSearchads360V23ResourcesMediaBundle MediaBundle { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesMediaBundle

MimeType

Output only. The mime type of the media file.

Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type Description
string

Name

Immutable. The name of the media file. The name can be used by clients to help identify previously uploaded media.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the media file. Media file resource names have the form: customers/{customer_id}/mediaFiles/{media_file_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

SourceUrl

Immutable. The URL of where the original media file was downloaded from (or a file name). Only used for media of type AUDIO and IMAGE.

Declaration
[JsonProperty("sourceUrl")]
public virtual string SourceUrl { get; set; }
Property Value
Type Description
string

Type

Immutable. Type of the media file.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Video

Immutable. Encapsulates a Video.

Declaration
[JsonProperty("video")]
public virtual GoogleAdsSearchads360V23ResourcesMediaVideo Video { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesMediaVideo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX