Skip to content

List Profile Object Type Templates

customerprofiles_list_profile_object_type_templates R Documentation

Lists all of the template information for object types

Description

Lists all of the template information for object types.

Usage

customerprofiles_list_profile_object_type_templates(NextToken,
  MaxResults)

Arguments

NextToken

The pagination token from the previous ListObjectTypeTemplates API call.

MaxResults

The maximum number of objects returned per page.

Value

A list with the following syntax:

list(
  Items = list(
    list(
      TemplateId = "string",
      SourceName = "string",
      SourceObject = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_profile_object_type_templates(
  NextToken = "string",
  MaxResults = 123
)