Show / Hide Table of Contents

Class FloodlightGroupsResource

The "floodlightGroups" collection of methods.

Inheritance
object
FloodlightGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2
Assembly: Google.Apis.DisplayVideo.v2.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
In this article
Back to top Generated by DocFX