Class ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.PatchRequest
Inheritance
ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.PatchRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.PatchRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2Environment>, IClientServiceRequest<GoogleCloudDialogflowV2Environment>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleCloudDialogflowV2Environment, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleCloudDialogflowV2Environment body, string name)
Parameters
Properties
AllowLoadToDraftAndDiscardChanges
Declaration
[RequestParameter("allowLoadToDraftAndDiscardChanges", RequestParameterType.Query)]
public virtual bool? AllowLoadToDraftAndDiscardChanges { get; set; }
Property Value
HttpMethod
Declaration
public override string HttpMethod { get; }
Property Value
Overrides
MethodName
Declaration
public override string MethodName { get; }
Property Value
Overrides
Name
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
RestPath
Declaration
public override string RestPath { get; }
Property Value
Overrides
UpdateMask
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()
Overrides
Implements