Class PresentationsResource.PagesResource.GetRequest
Gets the latest version of the specified page in the presentation.
Inheritance
PresentationsResource.PagesResource.GetRequest
Inherited Members
Namespace: Google.Apis.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class PresentationsResource.PagesResource.GetRequest : SlidesBaseServiceRequest<Page>, IClientServiceRequest<Page>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string presentationId, string pageObjectId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | presentationId | |
string | pageObjectId |
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.Page>.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.Page>.MethodName
PageObjectId
The object ID of the page to retrieve.
Declaration
[RequestParameter("pageObjectId", RequestParameterType.Path)]
public virtual string PageObjectId { get; }
Property Value
Type | Description |
---|---|
string |
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.Page>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()