Show / Hide Table of Contents

Class Channel

Channel of a product.

Channel is used to distinguish between online and local products.

Inheritance
object
Channel
Implements
IMessage<Channel>
IEquatable<Channel>
IDeepCloneable<Channel>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Type
Assembly: Google.Shopping.Type.dll
Syntax
public sealed class Channel : IMessage<Channel>, IEquatable<Channel>, IDeepCloneable<Channel>, IBufferMessage, IMessage

Constructors

Channel()

Declaration
public Channel()

Channel(Channel)

Declaration
public Channel(Channel other)
Parameters
Type Name Description
Channel other
In this article
Back to top Generated by DocFX