Skip to content

ProgramMemberAttribute

Type: object

Properties

Property Type Required Description Constraints
name string No "API Program Member"
fields array Yes Description of searchable fields

Generated example

{
  "name": "Example name",
  "fields": [
    {
      "name": "Example name",
      "displayName": "Example name",
      "dataType": "string",
      "length": 123,
      "updateable": true,
      "crmManaged": true
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.