AI-generated Key Takeaways
- 
          
NativeStyleStatus describes the status of a native style within the NativeStyleService.
 - 
          
A native style can have one of four statuses: ACTIVE, ARCHIVED, INACTIVE, or UNKNOWN.
 - 
          
ACTIVE native styles are used in ad serving, while ARCHIVED and INACTIVE styles are not.
 - 
          
ARCHIVED styles are not visible in the UI, whereas INACTIVE styles are visible.
 - 
          
UNKNOWN indicates the status is not exposed by the requested API version.
 
Describes status of the native style.
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202508 
| Enumeration | Description | 
|---|---|
                        ACTIVE
                      | 
                     The native style is active. Active native styles are used in ad serving. | 
                        ARCHIVED
                      | 
                     The native style is archived. Archived native styles are not visible in the UI and not used in ad serving. | 
                        INACTIVE
                      | 
                     The native style is inactive. Inactive native styles are not used in ad serving, but visible in the UI. | 
                        UNKNOWN
                      | 
                     The value returned if the actual value is not exposed by the requested API version. |