Class StudioCreativesResource.PublishRequest
Publish for a studio creative.
Inheritance
StudioCreativesResource.PublishRequest
Inherited Members
Namespace: Google.Apis.Dfareporting.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreativesResource.PublishRequest : DfareportingBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
PublishRequest(IClientService, long)
Constructs a new Publish request.
Declaration
public PublishRequest(IClientService service, long studioCreativeId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| long | studioCreativeId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
StudioCreativeId
Required. Studio creative ID.
Declaration
[RequestParameter("studioCreativeId", RequestParameterType.Path)]
public virtual long StudioCreativeId { get; }
Property Value
| Type | Description |
|---|---|
| long |
Methods
InitParameters()
Initializes Publish parameter list.
Declaration
protected override void InitParameters()