Class SpacesResource.EndActiveConferenceRequest
Ends an active conference (if there's one). For an example, see End active conference.
Inheritance
SpacesResource.EndActiveConferenceRequest
Inherited Members
Namespace: Google.Apis.Meet.v2
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class SpacesResource.EndActiveConferenceRequest : MeetBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
EndActiveConferenceRequest(IClientService, EndActiveConferenceRequest, string)
Constructs a new EndActiveConference request.
Declaration
public EndActiveConferenceRequest(IClientService service, EndActiveConferenceRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
EndActiveConferenceRequest | body | |
string | name |
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
Name
Required. Resource name of the space. Format: spaces/{space}
. {space}
is the resource identifier for
the space. It's a unique, server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
. For
more information, see How Meet identifies a meeting
space.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes EndActiveConference parameter list.
Declaration
protected override void InitParameters()