Class NotesResource.CreateRequest
Creates a new note.
Inheritance
NotesResource.CreateRequest
Inherited Members
Namespace: Google.Apis.Keep.v1
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class NotesResource.CreateRequest : KeepBaseServiceRequest<Note>, IClientServiceRequest<Note>, IClientServiceRequest
Constructors
CreateRequest(IClientService, Note)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, Note body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Note | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Keep.v1.Data.Note>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Keep.v1.Data.Note>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Keep.v1.Data.Note>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Keep.v1.Data.Note>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()