Class FloodlightGroupsResource.PatchRequest
Updates an existing Floodlight group. Returns the updated Floodlight group if successful.
Inheritance
FloodlightGroupsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class FloodlightGroupsResource.PatchRequest : DisplayVideoBaseServiceRequest<FloodlightGroup>, IClientServiceRequest<FloodlightGroup>, IClientServiceRequest
Constructors
PatchRequest(IClientService, FloodlightGroup, long)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, FloodlightGroup body, long floodlightGroupId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FloodlightGroup | body | |
long | floodlightGroupId |
Properties
FloodlightGroupId
Output only. The unique ID of the Floodlight group. Assigned by the system.
Declaration
[RequestParameter("floodlightGroupId", RequestParameterType.Path)]
public virtual long FloodlightGroupId { get; }
Property Value
Type | Description |
---|---|
long |
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
PartnerId
Required. The partner context by which the Floodlight group is being accessed.
Declaration
[RequestParameter("partnerId", RequestParameterType.Query)]
public virtual long? PartnerId { get; set; }
Property Value
Type | Description |
---|---|
long? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Required. The mask to control which fields to update.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()