struct PlaceOS::Model::Tenant::GoogleConfig

Included Modules

Defined in:

placeos-models/tenant/outlook_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def conference_type : String | Nil #

[View source]
def conference_type=(conference_type : String | Nil) #

[View source]
def domain : String #

[View source]
def domain=(domain : String) #

[View source]
def issuer : String #

[View source]
def issuer=(issuer : String) #

[View source]
def params #

[View source]
def scopes : String | Array(String) #

[View source]
def scopes=(scopes : String | Array(String)) #

[View source]
def signing_key : String #

[View source]
def signing_key=(signing_key : String) #

[View source]
def sub : String #

[View source]
def sub=(sub : String) #

[View source]
def user_agent : String #

[View source]
def user_agent=(user_agent : String) #

[View source]