Show / Hide Table of Contents

Class GoogleCloudChannelV1MarketingInfo

Represents the marketing information for a Product, SKU or Offer.

Inheritance
object
GoogleCloudChannelV1MarketingInfo
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.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1MarketingInfo : IDirectResponseSchema

Properties

DefaultLogo

Default logo.

Declaration
[JsonProperty("defaultLogo")]
public virtual GoogleCloudChannelV1Media DefaultLogo { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Media

Description

Human readable description. Description can contain HTML.

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

DisplayName

Human readable name.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX