Share via


ResourceWithOptionalLocation interface

The Resource model definition with location property as optional.

Properties

location

Resource location

tags

Resource tags

Property Details

location

Resource location

location?: string

Property Value

string

tags

Resource tags

tags?: Record<string, string>

Property Value

Record<string, string>