NCMBAddRelationOperator
public struct NCMBAddRelationOperator
フィールドが持つ配列に要素を追加する処理を行うための構造体です。
-
フィールドへの追加対象の要素配列を定義
Declaration
Swift
public var elements: [NCMBPointer] -
イニシャライズです。
Declaration
Swift
public init(elements: [NCMBPointer] = [])Parameters
elementsフィールドへの追加対象の要素配列。ポインタの配列
NCMBAddRelationOperator Structure Reference