Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewResourceFormat

Package version

interface

An interface representing ViewResourceFormat. The view resource format.

extends

ProxyResource

Hierarchy

Index

Properties

Optional changed

changed: Date
member

{Date} [changed] Date time when view was last modified. NOTE: This property will not be serialized. It can only be populated by the server.

Optional created

created: Date
member

{Date} [created] Date time when view was created. NOTE: This property will not be serialized. It can only be populated by the server.

definition

definition: string
member

{string} definition View definition.

Optional displayName

displayName: undefined | object
member

{{ [propertyName: string]: string }} [displayName] Localized display name for the view.

Optional id

id: undefined | string
member

{string} [id] Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string
member

{string} [tenantId] the hub name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string
member

{string} [type] Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional userId

userId: undefined | string
member

{string} [userId] the user ID.

Optional viewName

viewName: undefined | string
member

{string} [viewName] Name of the view. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc