Class LocationsResource.GetGoogleUpdatedRequest
Gets the Google-updated version of the specified location.
Inheritance
LocationsResource.GetGoogleUpdatedRequest
Inherited Members
Namespace: Google.Apis.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class LocationsResource.GetGoogleUpdatedRequest : MyBusinessBusinessInformationBaseServiceRequest<GoogleUpdatedLocation>, IClientServiceRequest<GoogleUpdatedLocation>, IClientServiceRequest
Constructors
GetGoogleUpdatedRequest(IClientService, string)
Constructs a new GetGoogleUpdated request.
Declaration
public GetGoogleUpdatedRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the location to fetch.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
ReadMask
Required. Read mask to specify what fields will be returned in the response.
Declaration
[RequestParameter("readMask", RequestParameterType.Query)]
public virtual object ReadMask { get; set; }
Property Value
Type | Description |
---|---|
object |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetGoogleUpdated parameter list.
Declaration
protected override void InitParameters()