Show / Hide Table of Contents

Class GetNativeStyleRequest

Request object for GetNativeStyle method.

Inheritance
object
GetNativeStyleRequest
Implements
IMessage<GetNativeStyleRequest>
IEquatable<GetNativeStyleRequest>
IDeepCloneable<GetNativeStyleRequest>
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 GetNativeStyleRequest : IMessage<GetNativeStyleRequest>, IEquatable<GetNativeStyleRequest>, IDeepCloneable<GetNativeStyleRequest>, IBufferMessage, IMessage

Constructors

GetNativeStyleRequest()

Declaration
public GetNativeStyleRequest()

GetNativeStyleRequest(GetNativeStyleRequest)

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

Properties

Name

Required. The resource name of the NativeStyle. Format: networks/{network_code}/nativeStyles/{native_style_id}

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

NativeStyleName

NativeStyleName-typed view over the Name resource name property.

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