Class FloodlightGroupsResource
The "floodlightGroups" collection of methods.
Inheritance
System.Object
FloodlightGroupsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class FloodlightGroupsResource
Constructors
FloodlightGroupsResource(IClientService)
Constructs a new resource.
Declaration
public FloodlightGroupsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(Int64)
Gets a Floodlight group.
Declaration
public virtual FloodlightGroupsResource.GetRequest Get(long floodlightGroupId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | floodlightGroupId | Required. The ID of the Floodlight group to fetch. |
Returns
Type | Description |
---|---|
FloodlightGroupsResource.GetRequest |
Patch(FloodlightGroup, Int64)
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. |
System.Int64 | floodlightGroupId | Output only. The unique ID of the Floodlight group. Assigned by the system. |
Returns
Type | Description |
---|---|
FloodlightGroupsResource.PatchRequest |