ProfileIds extends Model
The API user profile identifier(s)
Table of Contents
- $profileId : array<string|int, mixed>|null
 - from() : static
 - Initializing a model from an array
 - getProfileId() : array<string|int, string>
 - Getter for profileId
 - jsonSerialize() : array<string|int, mixed>
 - setProfileId() : static
 - Setter for profileId
 
Properties
$profileId
    protected
        array<string|int, mixed>|null
    $profileId
     = 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 —getProfileId()
Getter for profileId
    public
                getProfileId() : array<string|int, string>
    
    
    
        Return values
array<string|int, string> —jsonSerialize()
    public
                jsonSerialize() : array<string|int, mixed>
    
    
    
    Tags
Return values
array<string|int, mixed> —setProfileId()
Setter for profileId
    public
                setProfileId(array<string|int, string> $profileId) : static
    
        Parameters
- $profileId : array<string|int, string>
 
Return values
static —To use in method chains