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