AI-generated Key Takeaways
- 
          
The CSS resource provides information about the CSS domain, including its ID, name, display name, homepage, and affiliated CSS group.
 - 
          
The CSS domain can be represented in JSON format with specific fields for its attributes.
 - 
          
Key methods for interacting with CSS domains include retrieving a single domain, listing domains affiliated with a CSS group, and updating labels assigned to a domain.
 
Resource: Css
Information about CSS domain.
| JSON representation | 
|---|
{ "cssDomainId": string, "fullName": string, "displayName": string, "homepageUri": string, "cssGroupId": string, "labelIds": [ string ] }  | 
              
| Fields | |
|---|---|
cssDomainId | 
                
                   
 Output only. Immutable. The CSS domain ID.  | 
              
fullName | 
                
                   
 Output only. Immutable. The CSS domain's full name.  | 
              
displayName | 
                
                   
 Output only. Immutable. The CSS domain's display name, used when space is constrained.  | 
              
homepageUri | 
                
                   
 Output only. Immutable. The CSS domain's homepage.  | 
              
cssGroupId | 
                
                   
 Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only populated for CSS group users.  | 
              
labelIds[] | 
                
                   
 A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for CSS group users.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Retrieves a single CSS domain by ID. | 
                
 | 
              Lists CSS domains affiliated with a CSS group. | 
                
 | 
              Updates labels that are assigned to a CSS domain by its CSS group. |