Show / Hide Table of Contents

Class GetDaiEncodingProfileRequest

Request object for GetDaiEncodingProfile method.

Inheritance
object
GetDaiEncodingProfileRequest
Implements
IMessage<GetDaiEncodingProfileRequest>
IEquatable<GetDaiEncodingProfileRequest>
IDeepCloneable<GetDaiEncodingProfileRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GetDaiEncodingProfileRequest : IMessage<GetDaiEncodingProfileRequest>, IEquatable<GetDaiEncodingProfileRequest>, IDeepCloneable<GetDaiEncodingProfileRequest>, IBufferMessage, IMessage

Constructors

GetDaiEncodingProfileRequest()

Declaration
public GetDaiEncodingProfileRequest()

GetDaiEncodingProfileRequest(GetDaiEncodingProfileRequest)

Declaration
public GetDaiEncodingProfileRequest(GetDaiEncodingProfileRequest other)
Parameters
Type Name Description
GetDaiEncodingProfileRequest other

Properties

DaiEncodingProfileName

DaiEncodingProfileName-typed view over the Name resource name property.

Declaration
public DaiEncodingProfileName DaiEncodingProfileName { get; set; }
Property Value
Type Description
DaiEncodingProfileName

Name

Required. The resource name of the DaiEncodingProfile. Format: networks/{network_code}/daiEncodingProfiles/{dai_encoding_profile_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX