AI-generated Key Takeaways
- 
          
The OperatingSystemVersion resource provides information about a specific version of an operating system for ad targeting.
 - 
          
Its JSON representation includes fields like id, name, operatingSystem, majorVersion, minorVersion, and kind.
 - 
          
You can retrieve a single operating system version by ID using the
getmethod or a list of versions using thelistmethod. 
Resource: OperatingSystemVersion
Contains information about a particular version of an operating system that can be targeted by ads.
| JSON representation | 
|---|
{
  "id": string,
  "name": string,
  "operatingSystem": {
    object ( | 
              
| Fields | |
|---|---|
id | 
                
                   
 ID of this operating system version.  | 
              
name | 
                
                   
 Name of this operating system version.  | 
              
operatingSystem | 
                
                   
 Operating system of this operating system version.  | 
              
majorVersion | 
                
                   
 Major version (leftmost number) of this operating system version.  | 
              
minorVersion | 
                
                   
 Minor version (number after the first dot) of this operating system version.  | 
              
kind | 
                
                   
 Identifies what kind of resource this is. Value: the fixed string 
 .  | 
              
Methods | 
            |
|---|---|
                
 | 
              Gets one operating system version by ID. | 
                
 | 
              Retrieves a list of operating system versions. |