class Office365::Location

Included Modules

Defined in:

models/location.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(display_name : Nil | String) #

[View source]

Instance Method Detail

def address : PhysicalAddress | Nil #

[View source]
def address=(address : PhysicalAddress | Nil) #

[View source]
def display_name : String | Nil #

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

[View source]
def location_email_address : String | Nil #

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

[View source]
def location_type : String | Nil #

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

[View source]
def location_uri : String | Nil #

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

[View source]
def unique_id : String | Nil #

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

[View source]
def unique_id_type : String | Nil #

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

[View source]