Class SnapshotsResource.GetRequest
Retrieves the metadata for a given snapshot ID.
Inheritance
SnapshotsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class SnapshotsResource.GetRequest : GamesBaseServiceRequest<Snapshot>, IClientServiceRequest<Snapshot>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string snapshotId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | snapshotId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Language
The preferred language to use for strings returned by this method.
Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SnapshotId
The ID of the snapshot.
Declaration
[RequestParameter("snapshotId", RequestParameterType.Path)]
public virtual string SnapshotId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()