Show / Hide Table of Contents

Class Css

Information about CSS domain.

Inheritance
object
Css
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.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
long?

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
long?

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
string

ETag

The ETag of the item.

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

FullName

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

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

HomepageUri

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

Declaration
[JsonProperty("homepageUri")]
public virtual string HomepageUri { get; set; }
Property Value
Type Description
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
IList<long?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX