Show / Hide Table of Contents

Class FileInput

The data specific for file data sources. This field is empty for other data source inputs.

Inheritance
object
FileInput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.datasources_v1beta.Data
Assembly: Google.Apis.Merchant.datasources_v1beta.dll
Syntax
public class FileInput : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FetchSettings

Optional. Fetch details to deliver the data source. It contains settings for FETCH and GOOGLE_SHEETS file input types. The required fields vary based on the frequency of fetching.

Declaration
[JsonProperty("fetchSettings")]
public virtual FetchSettings FetchSettings { get; set; }
Property Value
Type Description
FetchSettings

FileInputType

Output only. The type of file input.

Declaration
[JsonProperty("fileInputType")]
public virtual string FileInputType { get; set; }
Property Value
Type Description
string

FileName

Optional. The file name of the data source. Required for UPLOAD file input type.

Declaration
[JsonProperty("fileName")]
public virtual string FileName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX