Show / Hide Table of Contents

Class Css

Information about CSS domain.

Inheritance
System.Object
Css
Implements
IDirectResponseSchema
Inherited Members
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_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class Css : IDirectResponseSchema

Properties

CssDomainId

Output only. Immutable. The CSS domain ID.

Declaration
[JsonProperty("cssDomainId")]
public virtual long? CssDomainId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CssGroupId

Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.

Declaration
[JsonProperty("cssGroupId")]
public virtual long? CssGroupId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DisplayName

Output only. Immutable. The CSS domain's display name, used when space is constrained.

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

ETag

The ETag of the item.

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

FullName

Output only. Immutable. The CSS domain's full name.

Declaration
[JsonProperty("fullName")]
public virtual string FullName { get; set; }
Property Value
Type Description
System.String

HomepageUri

Output only. Immutable. The CSS domain's homepage.

Declaration
[JsonProperty("homepageUri")]
public virtual string HomepageUri { get; set; }
Property Value
Type Description
System.String

LabelIds

A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.

Declaration
[JsonProperty("labelIds")]
public virtual IList<long?> LabelIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int64>>

Implements

IDirectResponseSchema
In This Article
Back to top