Class FloodlightGroupsResource
The "floodlightGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class FloodlightGroupsResource
Constructors
FloodlightGroupsResource(IClientService)
Constructs a new resource.
Declaration
public FloodlightGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
FloodlightActivities
Gets the FloodlightActivities resource.
Declaration
public virtual FloodlightGroupsResource.FloodlightActivitiesResource FloodlightActivities { get; }
Property Value
Type | Description |
---|---|
FloodlightGroupsResource.FloodlightActivitiesResource |
Methods
Get(long)
Gets a Floodlight group.
Declaration
public virtual FloodlightGroupsResource.GetRequest Get(long floodlightGroupId)
Parameters
Type | Name | Description |
---|---|---|
long | floodlightGroupId | Required. The ID of the Floodlight group to fetch. |
Returns
Type | Description |
---|---|
FloodlightGroupsResource.GetRequest |
Patch(FloodlightGroup, long)
Updates an existing Floodlight group. Returns the updated Floodlight group if successful.
Declaration
public virtual FloodlightGroupsResource.PatchRequest Patch(FloodlightGroup body, long floodlightGroupId)
Parameters
Type | Name | Description |
---|---|---|
FloodlightGroup | body | The body of the request. |
long | floodlightGroupId | Output only. The unique ID of the Floodlight group. Assigned by the system. |
Returns
Type | Description |
---|---|
FloodlightGroupsResource.PatchRequest |