Class ContentSource
Contains the content source of the dynamic feed.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class ContentSource : IDirectResponseSchema
Properties
ContentSourceName
Optional. The name of the content source. It is defaulted to content source file name if not provided.
Declaration
[JsonProperty("contentSourceName")]
public virtual string ContentSourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateInfo
Output only. The creation timestamp of the content source. This is a read-only field.
Declaration
[JsonProperty("createInfo")]
public virtual LastModifiedInfo CreateInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| LastModifiedInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastModifiedInfo
Output only. The last modified timestamp of the content source. This is a read-only field.
Declaration
[JsonProperty("lastModifiedInfo")]
public virtual LastModifiedInfo LastModifiedInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| LastModifiedInfo |
MetaData
Output only. Metadata of the content source. It contains the number of rows and the column names from resource link. This is a read-only field.
Declaration
[JsonProperty("metaData")]
public virtual ContentSourceMetaData MetaData { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentSourceMetaData |
ResourceLink
Required. The link to the file of the content source.
Declaration
[JsonProperty("resourceLink")]
public virtual string ResourceLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceType
Required. The resource type of the content source.
Declaration
[JsonProperty("resourceType")]
public virtual string ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |