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 coordinates : OutlookGeoCoordinates | Nil #

[View source]
def coordinates=(coordinates : OutlookGeoCoordinates | Nil) #

[View source]
def display_name : String | Nil #

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

[View source]
def email_address : String | Nil #

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

[View source]
def type : String | Nil #

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

[View source]
def uri : String | Nil #

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

[View source]