Class SpacesResource.GetRequest
Gets details about a meeting space. For an example, see Get a meeting space.
Inheritance
Inherited Members
Namespace: Google.Apis.Meet.v2
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class SpacesResource.GetRequest : MeetBaseServiceRequest<Space>, IClientServiceRequest<Space>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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}
or spaces/{meetingCode}
. {space}
is
the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For
example, jQCFfuBOdN5z
. {meetingCode}
is an alias for the space. It's a typeable, unique character
string and is non-case sensitive. For example, abc-mnop-xyz
. The maximum length is 128 characters. A
meetingCode
shouldn't be stored long term as it can become dissociated from a meeting space and can be
reused for different meeting spaces in the future. Generally, a meetingCode
expires 365 days after
last use. For more information, see Learn about meeting codes in Google
Meet. 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
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()