Show / Hide Table of Contents

Class LiasettingsResource.SetinventoryverificationcontactRequest

Sets the inventory verification contract for the specified country.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>
LiasettingsResource.SetinventoryverificationcontactRequest
Implements
Google.Apis.Requests.IClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Xgafv
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.AccessToken
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Alt
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Callback
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Fields
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Key
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.OauthToken
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.QuotaUser
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.UploadType
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class SetinventoryverificationcontactRequest : ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>, IClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>, IClientServiceRequest

Constructors

SetinventoryverificationcontactRequest(IClientService, UInt64, UInt64, String, String, String, String)

Constructs a new Setinventoryverificationcontact request.

Declaration
public SetinventoryverificationcontactRequest(IClientService service, ulong merchantId, ulong accountId, string country, string language, string contactName, string contactEmail)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.UInt64 merchantId
System.UInt64 accountId
System.String country
System.String language
System.String contactName
System.String contactEmail

Properties

AccountId

The ID of the account that manages the order. This cannot be a multi-client account.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual ulong AccountId { get; }
Property Value
Type Description
System.UInt64

ContactEmail

The email of the inventory verification contact.

Declaration
[RequestParameter("contactEmail", RequestParameterType.Query)]
public virtual string ContactEmail { get; }
Property Value
Type Description
System.String

ContactName

The name of the inventory verification contact.

Declaration
[RequestParameter("contactName", RequestParameterType.Query)]
public virtual string ContactName { get; }
Property Value
Type Description
System.String

Country

The country for which inventory verification is requested.

Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.HttpMethod

Language

The language for which inventory verification is requested.

Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; }
Property Value
Type Description
System.String

MerchantId

The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
System.UInt64

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.RestPath

Methods

InitParameters()

Initializes Setinventoryverificationcontact parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2.Data.LiasettingsSetInventoryVerificationContactResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top