Options
All
  • Public
  • Public/Protected
  • All
Menu

ReturnMessageField

Type parameters

  • EntityT: Entity

    Type of the entity the complex type field belongs to.

Hierarchy

  • any
    • ReturnMessageField

Index

Properties

Properties

message

message: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('Message', this.entityConstructor, 'ReturnMessage', 'Edm.String')

Representation of the ReturnMessage.message property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.

messageType

messageType: ComplexTypeStringPropertyField<EntityT> = new ComplexTypeStringPropertyField('MessageType', this.entityConstructor, 'ReturnMessage', 'Edm.String')

Representation of the ReturnMessage.messageType property for query construction. Use to reference this property in query operations such as 'filter' in the fluent request API.