Class PresentationsResource.GetRequest
Gets the latest version of the specified presentation.
Inheritance
PresentationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PresentationsResource.GetRequest : SlidesBaseServiceRequest<Presentation>, IClientServiceRequest<Presentation>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string presentationId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | presentationId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Presentation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Presentation>.MethodName
PresentationId
The ID of the presentation to retrieve.
Declaration
[RequestParameter("presentationId", RequestParameterType.Path)]
public virtual string PresentationId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Slides.v1.Data.Presentation>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()