Class BatchDeactivateNativeStylesRequest
Request object for BatchDeactivateNativeStyles method.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BatchDeactivateNativeStylesRequest : IMessage<BatchDeactivateNativeStylesRequest>, IEquatable<BatchDeactivateNativeStylesRequest>, IDeepCloneable<BatchDeactivateNativeStylesRequest>, IBufferMessage, IMessage
Constructors
BatchDeactivateNativeStylesRequest()
Declaration
public BatchDeactivateNativeStylesRequest()
BatchDeactivateNativeStylesRequest(BatchDeactivateNativeStylesRequest)
Declaration
public BatchDeactivateNativeStylesRequest(BatchDeactivateNativeStylesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| BatchDeactivateNativeStylesRequest | other |
Properties
Names
Required. Resource names for the NativeStyles.
Format: networks/{network_code}/nativeStyles/{native_style_id}
Declaration
public RepeatedField<string> Names { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
NativeStyleNames
NativeStyleName-typed view over the Names resource name property.
Declaration
public ResourceNameList<NativeStyleName> NativeStyleNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<NativeStyleName> |
Parent
Required. Format: networks/{network_code}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsNetworkName
NetworkName-typed view over the Parent resource name property.
Declaration
public NetworkName ParentAsNetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkName |