KmzCreatePublicRequest extends Model
Table of Contents
- $coverageMode : string|null
 - The coverage mode for coverage display. Outdoor is for 0dB margin and Indoor for 20 dB margin U1, U2 and U3 are for product class (1U, 2U and 3U), 0U is considered by default.
 - from() : static
 - Initializing a model from an array
 - getCoverageMode() : string
 - Getter for coverageMode
 - jsonSerialize() : array<string|int, mixed>
 - setCoverageMode() : static
 - Setter for coverageMode
 
Properties
$coverageMode
The coverage mode for coverage display. Outdoor is for 0dB margin and Indoor for 20 dB margin U1, U2 and U3 are for product class (1U, 2U and 3U), 0U is considered by default.
    protected
        string|null
    $coverageMode
     = null
    
    
    
Methods
from()
Initializing a model from an array
    public
            static    from(array<string|int, mixed> $params) : static
    
        Parameters
- $params : array<string|int, mixed>
 - 
                    
Pass this parameter if you want to initial property value from an array. See API reference for all property names and types
 
Tags
Return values
static —getCoverageMode()
Getter for coverageMode
    public
                getCoverageMode() : string
    
    
    
        Return values
string —The coverage mode for coverage display. Outdoor is for 0dB margin and Indoor for 20 dB margin U1, U2 and U3 are for product class (1U, 2U and 3U), 0U is considered by default.
jsonSerialize()
    public
                jsonSerialize() : array<string|int, mixed>
    
    
    
    Tags
Return values
array<string|int, mixed> —setCoverageMode()
Setter for coverageMode
    public
                setCoverageMode(string $coverageMode) : static
    
        Parameters
- $coverageMode : string
 - 
                    
The coverage mode for coverage display. Outdoor is for 0dB margin and Indoor for 20 dB margin U1, U2 and U3 are for product class (1U, 2U and 3U), 0U is considered by default.
 
Return values
static —To use in method chains